home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-12
/
(Vol E-12) May 21 2012.iso
/
Animations
/
dj
/
dj.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
VPlayBarTray.as
< prev
Wrap
Text File
|
2012-05-21
|
362b
|
14 lines
class mx.controls.streamingmedia.VPlayBarTray extends MovieClip
{
function VPlayBarTray()
{
super();
}
function setHeight(aHeight)
{
this._middle._y = this._top._height;
this._middle._height = aHeight - this._top._height - this._bottom._height;
this._bottom._y = this._middle._y + this._middle._height;
}
}